This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to determine address used (in group) for received email? ~Mario Lopkistergon 8.Jan.04 12:35 AM a Web browser Notes Client 6.0.2 CF2Windows 2000
Simply stated when you do the SMTP commands to a mail server, what lotus notes/domino calls a sendto field is not required to send a message. If you want to test it on your domino smtp server then do this:
1. telnet <mail server ip address> 25
2. When you get a response back, then type helo domain.com
3. When you get a hello message back, type mail from: <from email address>
4. When you get an Sender OK, type rcpt to: <to email address>
5. When you get a Recipient OK, type data
then type all the body message and end with a . on its own line.
If all goes well you will get a 250 Message accepted for delivery. In your inbox you will a email message with no email address in the TO field.
It is not the answer you are looking for, but this would not necessary cause a message to be listed as a spam. It is just the spam originator is using an automated script which is probably do the same steps as I outlined.
HTH -- Cheers -- Email me if there are specifics for clarification.